-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authv2 / Networking improvements #3820
base: main
Are you sure you want to change the base?
Conversation
@@ -416,7 +415,7 @@ extension Pixel { | |||
case networkProtectionTunnelFailureDetected | |||
case networkProtectionTunnelFailureRecovered | |||
|
|||
case networkProtectionLatency(quality: NetworkProtectionLatencyMonitor.ConnectionQuality) | |||
case networkProtectionLatency(quality: String) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing just these allows us to remove NetworkProtection as dependency of Core and "flatten" the dependency tree, solving possible runtime issues during testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diegoreymendez Do you have anything against this change? I can explain the rationale if needed.
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Task/Issue URL: https://app.asana.com/0/1205842942115003/1209170372758735/f
CC: @miasma13
Description:
Timport TestUtils
and replaced with the new dedicate test utils for each packageNetworkProtection
asCore.framework
dependency and avoiding runtime issues during testing like:Steps to test this PR:
Internal references:
Software Engineering Expectations
Technical Design Template